Let Zipfile contain both Windows binaries.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 4 Dec 2002 02:08:31 +0000 (02:08 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 4 Dec 2002 02:08:31 +0000 (02:08 +0000)
gpsbabel/mingw/Makefile

index b473b1fdb18b150a485b96de1c26f6e36b2564d5..459bc0caec25c5a11bdce97b3bb4429665da35af 100644 (file)
@@ -9,3 +9,5 @@ CFLAGS=-Iinclude -I../coldsync -O
 gpsbabel.exe: $(OBJS)
        $(CC) -static $(CFLAGS) $(OBJS) lib/libexpat.a -o gpsbabel.exe 
        cp gpsbabel.exe /tmp
+       zip -j /tmp/gpsbabel.zip gpsbabel.exe ../win32/gpsbabelfront.exe
+